From f67b958f103337ba173feaf015eae7c43e35a7a8 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 23 Jan 2012 15:10:43 +0000 Subject: [PATCH] Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 32 and 64-bit xen" Breaks 32-bit build. Signed-off-by: Keir Fraser --- xen/include/public/xenoprof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/xenoprof.h b/xen/include/public/xenoprof.h index a0c6987c77..346d6c514c 100644 --- a/xen/include/public/xenoprof.h +++ b/xen/include/public/xenoprof.h @@ -68,7 +68,7 @@ struct event_log { }; /* PC value that indicates a special code */ -#define XENOPROF_ESCAPE_CODE (~0ULL) +#define XENOPROF_ESCAPE_CODE ~0UL /* Transient events for the xenoprof->oprofile cpu buf */ #define XENOPROF_TRACE_BEGIN 1 -- 2.30.2